Change to utf-8. Adjust coding cookie.
authorKenichi Handa <handa@m17n.org>
Tue, 18 Aug 2009 01:20:34 +0000 (01:20 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 18 Aug 2009 01:20:34 +0000 (01:20 +0000)
(texinfo-mode): Delete duplicated chars from sentence-end-base.

lisp/textmodes/texinfo.el

index 044584611032d2d0e4989d6cf4a4d0e401a35001..b936c45b50cda245ec526e8dd60b78fdb731f74d 100644 (file)
@@ -1,4 +1,4 @@
-;;; texinfo.el --- major mode for editing Texinfo files -*- coding: iso-2022-7bit -*-
+;;; texinfo.el --- major mode for editing Texinfo files -*- coding: utf-8 -*-
 
 ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997,
 ;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -584,7 +584,7 @@ value of `texinfo-mode-hook'."
   (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
   (make-local-variable 'sentence-end-base)
   (setq sentence-end-base
-       "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'\e$B!I\e$,1r}\e(B)}]*")
+       "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"')}]*")
   (make-local-variable 'adaptive-fill-mode)
   (setq adaptive-fill-mode nil)
   (make-local-variable 'fill-column)